|
Exporting a report
It can be performed from a preview window. The operation can also be executed manually, via the “TfrxReport.Export” method. In the parameter of this method you should specify the export filter you want to use: frxReport1.Export(frxHTMLExport1); The export filter component must be available (you must put it on the form of your project) and be adjusted correctly. |